queryresponse
Class User

java.lang.Object
  extended by queryresponse.User

public class User
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> deviceNameOrNoneOrDoesNotExist
           
protected  java.lang.String id
           
 
Constructor Summary
User()
           
 
Method Summary
 java.util.List<java.lang.Object> getDeviceNameOrNoneOrDoesNotExist()
          Gets the value of the deviceNameOrNoneOrDoesNotExist property.
 java.lang.String getId()
          Gets the value of the id property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

deviceNameOrNoneOrDoesNotExist

protected java.util.List<java.lang.Object> deviceNameOrNoneOrDoesNotExist
Constructor Detail

User

public User()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDeviceNameOrNoneOrDoesNotExist

public java.util.List<java.lang.Object> getDeviceNameOrNoneOrDoesNotExist()
Gets the value of the deviceNameOrNoneOrDoesNotExist property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deviceNameOrNoneOrDoesNotExist property.

For example, to add a new item, do as follows:

    getDeviceNameOrNoneOrDoesNotExist().add(newItem);
 

Objects of the following type(s) are allowed in the list DeviceName None DoesNotExist